home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 264 / man / strings.man < prev    next >
Text File  |  1988-06-17  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.         STRINGS               ST-UNIX User's Manual               STRINGS
  5.  
  6.  
  7.  
  8.         COMMAND
  9.              strings - print strings in a (binary) file.
  10.  
  11.         FORMAT
  12.              strings [ - ] [ -a ] [ -o ] [ -_✓n_✓u_✓m_✓b_✓e_✓r ] file ...
  13.  
  14.         DESCRIPTION
  15.              _✓S_✓t_✓r_✓i_✓n_✓g_✓s looks for ascii strings in a  binary  file  where  a
  16.              string  is  defined  as  any  sequence of 4 or more printing
  17.              characters ending in a newline or  a  null  character.   The
  18.              number  option  is  used  to  change the limit from 4 to the
  19.              given number.  Normally _✓s_✓t_✓r_✓i_✓n_✓g_✓s will only look in  the  data
  20.              space  of a binary file, the -a option causes the whole file
  21.              to be searched.  The -o option causes strings to be  printed
  22.              one  per  line  with the octal offset of its position in the
  23.              file preceding it.
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.         Printed 28/March/1988     30 March 1987                         1
  64.  
  65.  
  66.  
  67.